adTempus API
PreviousUpNext
IResponse::Actions Property

The collection of actions to be executed by the response

C++
__property IActions** Actions;
C#
IActions** Actions;
Visual Basic
Property Actions() As IActions**

Actions are executed in the order in which they occur in the collection. The collection retains its contents in the order in which they are added but offers no way to reorder items once they are in the collection. To reorder the actions, therefore, you must remove all contents and re-add them in the correct order.

adTempus API Reference version 3.0.0.0, revised 10/30/2008